home *** CD-ROM | disk | FTP | other *** search
-
- defaults
- # The name of the program being installed.
- $name = "Patience v2.0"
-
- # Defaults - can be overridden by the user.
- $dstdir = c:\games\patience
- $group = Games
-
- # Delete files after copying them.
- $cleanup = yes
- end
-
- # Files to install, and where. (defaults to $dstdir)
- install
- copy readme
- copy patience.exe
- copy patience.hlp
- copy patience.ini
- copy sdn.id
- copy register.exe
- copy register.hlp
-
- # Icons to make (if the user wants), in the group chosen.
- icon Patience $dstdir\patience.exe
- end
-
-